From 92690fa3c2f73ba273dd11014a5f71f191fb37e6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Jun 2005 16:40:42 +0000 Subject: [PATCH] Small markup fixes. 2005-06-09 Matthias Clasen * gdk/x11/gdkwindow-x11.c: Small markup fixes. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-8 | 2 ++ gdk/x11/gdkwindow-x11.c | 19 ++++++++++--------- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31ec979889..5317b57c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-06-09 Matthias Clasen + * gdk/x11/gdkwindow-x11.c: Small markup fixes. + * gtk/gtk.symbols: * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 31ec979889..5317b57c9f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-06-09 Matthias Clasen + * gdk/x11/gdkwindow-x11.c: Small markup fixes. + * gtk/gtk.symbols: * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 31ec979889..5317b57c9f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-06-09 Matthias Clasen + * gdk/x11/gdkwindow-x11.c: Small markup fixes. + * gtk/gtk.symbols: * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index 8d9216993e..fd5e74b40d 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -2246,7 +2246,7 @@ gdk_wmspec_change_state (gboolean add, /** * gdk_window_set_modal_hint: * @window: A toplevel #GdkWindow - * @modal: TRUE if the window is modal, FALSE otherwise. + * @modal: %TRUE if the window is modal, %FALSE otherwise. * * The application can use this hint to tell the window manager * that a certain window has modal behaviour. The window manager @@ -2254,7 +2254,7 @@ gdk_wmspec_change_state (gboolean add, * way. * * You should only use this on windows for which you have - * previously called #gdk_window_set_transient_for() + * previously called gdk_window_set_transient_for() **/ void gdk_window_set_modal_hint (GdkWindow *window, @@ -2286,9 +2286,9 @@ gdk_window_set_modal_hint (GdkWindow *window, * Toggles whether a window should appear in a task list or window * list. If a window's semantic type as specified with * gdk_window_set_type_hint() already fully describes the window, this - * function should NOT be called in addition, instead you should allow - * the window to be treated according to standard policy for its - * semantic type. + * function should not be called in addition, + * instead you should allow the window to be treated according to + * standard policy for its semantic type. * * Since: 2.2 **/ @@ -2323,9 +2323,10 @@ gdk_window_set_skip_taskbar_hint (GdkWindow *window, * switcher, or other desktop utility program that displays a small * thumbnail representation of the windows on the desktop). If a * window's semantic type as specified with gdk_window_set_type_hint() - * already fully describes the window, this function should NOT be - * called in addition, instead you should allow the window to be - * treated according to standard policy for its semantic type. + * already fully describes the window, this function should + * not be called in addition, instead you should + * allow the window to be treated according to standard policy for + * its semantic type. * * Since: 2.2 **/ @@ -2370,7 +2371,7 @@ gdk_window_set_skip_pager_hint (GdkWindow *window, * gdk_window_move_resize(). * * Note that on X11, this effect has no effect on windows - * of type GDK_WINDOW_TEMP or windows where override_redirect + * of type %GDK_WINDOW_TEMP or windows where override redirect * has been turned on via gdk_window_set_override_redirect() * since these windows are not resizable by the user. * -- 2.30.2